home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-05-25 | 2.5 KB | 70 lines | [TEXT/ttxt] |
- ---------------------------------------------------------------------
- Valentina 1.2.2
- 05/26/1999
- © 1999 Paradigma. All Rights Reserved.
- ---------------------------------------------------------------------
-
- Version 1.2.2 (May 26, 1999)
-
- Fixed bugs:
- - exception on creation of nullable field;
- - importing of empty value for field with type date;
- - correct import/export of nullable fields;
- - unhandled exceptions which cause in switch to MacsBug;
- - crash on database open with more than 51 internal files;
-
-
- /***********************************************************************/
- Version 1.2.1 (May 12, 1999)
-
- !!! IMPORTANT !!!:
- If you have a database from an earlier version of Valentina,
- do these steps before you open it with Valentina 1.2.1:
- 1) make a backup copy of your database;
- 2) rename the files of your database by hand as follows:
- DBName -> DBName.vdb
- DBName.data -> DBName.dat
- DBName.blob -> DBName.blb
- DBName.ind -> DBName.ind
- 3) change your scripts to add the extenshion ".vdb" wherever you refer the database file.
- This is required to be compatible with Windows.
-
-
- What is new:
- - ability to get group of found records via single AppleEvent;
- - support of NULLs (empty value of the fields);
- - deletion control of related records now has 3 options:
- - leave related many records;
- - delete related many records;
- - can't delete if related many;
- - more sophisticated search;
- - language for the tString fields can be specified as string, like "German" or "Japanese";
- - new internal format of BLOB;
-
- Fixed bugs:
- - crash on open of database with indexed international String field.
-
-
- /**********************************************************************/
- What is new in version 1.2:
- - international support;
- - multiple open databases;
- - fast access to the values of the fields and fast update of values of the fields;
- - reduced memory requirements for sorting at least 30%;
- - reduced memory requirements per open database from 100Kb to almost zero.
-
- - command: 'delete records' (delete all records in the Table);
- - command: 'delete' (delete current record of Table);
- - command: 'flush' (database or table)
-
- Fixed bugs:
- - sort of empty selection didn't return any result,
- now it returns empty selection;
-
-
- /**********************************************************************/
- As always, thank you for your comments and suggestions.
-
- Email : ruslan@paradigmasoft.com
- WEB : http://www.paradigmasoft.com
-